DBA Data[Home] [Help]

APPS.OE_CONTRACTS_UTIL dependencies on STANDARD

Line 102: --to determine whether any non standard articles exists for the BSA or Sales Order

98: x_msg_data OUT NOCOPY VARCHAR2
99: );
100:
101:
102: --to determine whether any non standard articles exists for the BSA or Sales Order
103: --called from the approval workflow to determine whether non standard articles exist for the BSA or Sales Order being approved
104: FUNCTION non_standard_article_exists
105: (
106:

Line 103: --called from the approval workflow to determine whether non standard articles exist for the BSA or Sales Order being approved

99: );
100:
101:
102: --to determine whether any non standard articles exists for the BSA or Sales Order
103: --called from the approval workflow to determine whether non standard articles exist for the BSA or Sales Order being approved
104: FUNCTION non_standard_article_exists
105: (
106:
107: p_api_version IN NUMBER,

Line 104: FUNCTION non_standard_article_exists

100:
101:
102: --to determine whether any non standard articles exists for the BSA or Sales Order
103: --called from the approval workflow to determine whether non standard articles exist for the BSA or Sales Order being approved
104: FUNCTION non_standard_article_exists
105: (
106:
107: p_api_version IN NUMBER,
108: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,

Line 119: --workflow wrapper procedure for non_standard_articles_exists()

115: )
116: RETURN VARCHAR2;
117:
118:
119: --workflow wrapper procedure for non_standard_articles_exists()
120: PROCEDURE WF_non_stndrd_article_exists (
121: itemtype IN VARCHAR2,
122: itemkey IN VARCHAR2,
123: actid IN NUMBER,