DBA Data[Home] [Help]

APPS.IGIRCBAP dependencies on DUAL

Line 576: FROM dual;

572: END IF;
573: --
574: SELECT igi_ar_cash_basis_dists_s.NEXTVAL
575: INTO CashBasisDistributionId
576: FROM dual;
577: --
578: BEGIN
579: INSERT INTO igi_ar_cash_basis_dists
580: (

Line 2071: from sys.dual;

2067: BEGIN
2068: --
2069: select igi_plsql_control_s.nextval , p_Post.PostingControlId
2070: into l_plsql_id, l_posting_id
2071: from sys.dual;
2072:
2073: l_outofbal_label1 := GetMeaning( 'OB1');
2074: l_outofbal_label2 := GetMeaning( 'OB2');
2075: l_outofbal_label3 := GetMeaning( 'OB3');