DBA Data[Home] [Help]

APPS.RCV_INVOICE_MATCHING_SV dependencies on STANDARD

Line 670: -- standard call to check for call compatibility

666: START WITH transaction_id = c_transaction_id
667: CONNECT BY parent_transaction_id = PRIOR transaction_id;
668:
669: BEGIN
670: -- standard call to check for call compatibility
671: IF NOT FND_API.Compatible_API_Call( l_api_version,
672: p_api_version,
673: l_api_name,
674: G_PKG_NAME ) THEN

Line 770: -- standard call to check for call compatibility

766: CONNECT BY parent_transaction_id = PRIOR transaction_id
767: AND PRIOR transaction_type <> 'DELIVER';
768:
769: BEGIN
770: -- standard call to check for call compatibility
771: IF NOT FND_API.Compatible_API_Call( l_api_version,
772: p_api_version,
773: l_api_name,
774: G_PKG_NAME ) THEN