DBA Data[Home] [Help]

APPS.OZF_PRICELIST_APPROVAL_PVT dependencies on OZF_UTILITY_PVT

Line 70: ozf_utility_pvt.debug_message(l_api_name || 'Entering' || 'document id ' || document_id);

66: FROM ozf_price_lists_v
67: WHERE list_header_id = p_list_header_id;
68:
69: BEGIN
70: ozf_utility_pvt.debug_message(l_api_name || 'Entering' || 'document id ' || document_id);
71: document_type := 'text/plain';
72: -- parse document_id for the ':' dividing item type name from item key value
73: -- document_id value will take the form : starting with
74: -- release 2.5 version of this demo

Line 208: ozf_utility_pvt.debug_message(l_api_name || 'Entering' || 'document id ' || document_id);

204: FROM ozf_price_lists_v
205: WHERE list_header_id = p_list_header_id;
206:
207: BEGIN
208: ozf_utility_pvt.debug_message(l_api_name || 'Entering' || 'document id ' || document_id);
209: document_type := 'text/plain';
210: -- parse document_id for the ':' dividing item type name from item key value
211: -- document_id value will take the form : starting with
212: -- release 2.5 version of this demo

Line 350: ozf_utility_pvt.debug_message(l_api_name || 'Entering' || 'document id ' || document_id);

346: FROM ozf_price_lists_v
347: WHERE list_header_id = p_list_header_id;
348:
349: BEGIN
350: ozf_utility_pvt.debug_message(l_api_name || 'Entering' || 'document id ' || document_id);
351: document_type := 'text/plain';
352: -- parse document_id for the ':' dividing item type name from item key value
353: -- document_id value will take the form : starting with
354: -- release 2.5 version of this demo

Line 487: ozf_utility_pvt.debug_message(l_api_name || 'Entering' || 'document id ' || document_id);

483: FROM ozf_price_lists_v
484: WHERE list_header_id = p_list_header_id;
485:
486: BEGIN
487: ozf_utility_pvt.debug_message(l_api_name || 'Entering' || 'document id ' || document_id);
488: document_type := 'text/plain';
489: -- parse document_id for the ':' dividing item type name from item key value
490: -- document_id value will take the form : starting with
491: -- release 2.5 version of this demo

Line 624: ozf_utility_pvt.debug_message(l_api_name || 'Entering' || 'document id ' || document_id);

620: FROM ozf_price_lists_v
621: WHERE list_header_id = p_list_header_id;
622:
623: BEGIN
624: ozf_utility_pvt.debug_message(l_api_name || 'Entering' || 'document id ' || document_id);
625: document_type := 'text/plain';
626: -- parse document_id for the ':' dividing item type name from item key value
627: -- document_id value will take the form : starting with
628: -- release 2.5 version of this demo

Line 849: l_lookup_meaning := ozf_utility_pvt.get_lookup_meaning('AMS_SYS_ARC_QUALIFIER','PRIC');

845: ,aname => 'REJECT_SUBJECT'
846: ,avalue => l_subject
847: );
848: -- julou 07/02/2002 added for implementation of BUG 2352621
849: l_lookup_meaning := ozf_utility_pvt.get_lookup_meaning('AMS_SYS_ARC_QUALIFIER','PRIC');
850: wf_engine.setitemattrtext (
851: itemtype=> itemtype,
852: itemkey=> itemkey,
853: aname => 'AMS_APPROVAL_OBJECT_MEANING',

Line 1014: l_status_code := ozf_utility_pvt.get_system_status_code(l_next_status_id);

1010: ,itemkey => itemkey
1011: ,aname => 'AMS_ACTIVITY_ID'
1012: );
1013:
1014: l_status_code := ozf_utility_pvt.get_system_status_code(l_next_status_id);
1015:
1016: ozf_utility_pvt.debug_message(l_full_name || ' ' || l_status_code || ' ' || l_approval_status);
1017:
1018: UPDATE ozf_price_list_attributes

Line 1016: ozf_utility_pvt.debug_message(l_full_name || ' ' || l_status_code || ' ' || l_approval_status);

1012: );
1013:
1014: l_status_code := ozf_utility_pvt.get_system_status_code(l_next_status_id);
1015:
1016: ozf_utility_pvt.debug_message(l_full_name || ' ' || l_status_code || ' ' || l_approval_status);
1017:
1018: UPDATE ozf_price_list_attributes
1019: SET user_status_id = l_next_status_id,
1020: status_code = l_status_code,