DBA Data[Home] [Help]

APPS.POS_CREATE_ASN dependencies on POS_CREATE_ASN

Line 1: PACKAGE BODY POS_CREATE_ASN AS

1: PACKAGE BODY POS_CREATE_ASN AS
2: /* $Header: POSASNTB.pls 120.3 2006/01/30 10:46:08 shgao noship $*/
3:
4: PROCEDURE create_asn_iface(
5: P_GROUP_ID IN NUMBER,

Line 513: /* at this stage we have reached end of pos_create_asn procedure

509: END LOOP;
510: x_progress := '140' ;
511: CLOSE dis_details_cur;
512:
513: /* at this stage we have reached end of pos_create_asn procedure
514: * if no error has happened till now then we should send the
515: * asn creation notification to the buyer
516: */
517:

Line 538: l_ItemKey := 'POS_CREATE_ASN' || to_char(l_header_id) || '-' || to_char(k);

534:
535: /* Commenting out the Workflow Call since Create ASN will use POSASNNB
536: for sending notifications to Buyers
537:
538: l_ItemKey := 'POS_CREATE_ASN' || to_char(l_header_id) || '-' || to_char(k);
539:
540: wf_engine.createProcess(ItemType => l_ItemType,
541: ItemKey => l_ItemKey,
542: Process => 'BUYER_NOTIFICATION');

Line 890: END POS_CREATE_ASN;

886: end VALIDATE_FREIGHT_CARRIER;
887:
888:
889:
890: END POS_CREATE_ASN;
891: