DBA Data[Home] [Help]

APPS.POS_VIEW_RECEIPTS_GRP dependencies on POS_VIEW_RECEIPTS_GRP

Line 1: PACKAGE BODY POS_VIEW_RECEIPTS_GRP AS

1: PACKAGE BODY POS_VIEW_RECEIPTS_GRP AS
2: /* $Header: POSGRCPB.pls 120.8 2006/03/15 23:17:55 bgopired noship $*/
3:
4: /* Logic in this procedure is same as RCV_INVOICE_MATCHING_SV.get_quantities.
5: since we can not directly use the RCV function as it references secured sysnonyms,

Line 430: END POS_VIEW_RECEIPTS_GRP;

426: EXCEPTION WHEN OTHERS THEN
427: p_invoice_switch := 'inv_Excep';
428: End get_invoice_info_for_line;
429:
430: END POS_VIEW_RECEIPTS_GRP;
431: