DBA Data[Home] [Help]

APPS.GMF_GET_MAPPINGS dependencies on DUAL

Line 1071: # Individual value segments in to an array and returns the array.

1067: # AUTHOR
1068: # Sukarna Reddy Created Dt 25-Jan-2001
1069: # DESCRIPTION
1070: # This functions parses Account value by delimiter and stores
1071: # Individual value segments in to an array and returns the array.
1072: #################################################################### */
1073:
1074:
1075: FUNCTION get_opm_segment_values(p_account_value IN VARCHAR2,

Line 1488: FROM dual;

1484: END IF;
1485:
1486: SELECT gem5_acctg_id_s.NEXTVAL
1487: INTO l_opm_accu_id
1488: FROM dual;
1489:
1490: -- insert the accounting unit into OPM
1491: INSERT INTO gl_accu_mst(
1492: ACCTG_UNIT_ID,

Line 1555: FROM dual;

1551: END IF;
1552:
1553: SELECT gem5_acct_id_s.NEXTVAL
1554: INTO l_opm_acct_id
1555: FROM dual;
1556:
1557: -- insert the account into OPM
1558: INSERT INTO gl_acct_mst(
1559: ACCT_ID,