DBA Data[Home] [Help]

APPS.GMP_APS_WRITER dependencies on GME_COMMON_PVT

Line 1462: gme_common_pvt.set_timestamp ;

1458: l := 1;
1459: tran_status := -1 ;
1460: return_status := 0;
1461:
1462: gme_common_pvt.set_timestamp ;
1463: gme_common_pvt.g_timestamp := sysdate ;
1464: gme_common_pvt.g_user_ident := puser_id;
1465: gme_common_pvt.g_login_id := plogin_id;
1466: v_batch_id := pbatch_id;

Line 1463: gme_common_pvt.g_timestamp := sysdate ;

1459: tran_status := -1 ;
1460: return_status := 0;
1461:
1462: gme_common_pvt.set_timestamp ;
1463: gme_common_pvt.g_timestamp := sysdate ;
1464: gme_common_pvt.g_user_ident := puser_id;
1465: gme_common_pvt.g_login_id := plogin_id;
1466: v_batch_id := pbatch_id;
1467: v_organization_id := porganization_id ; -- For R12.0

Line 1464: gme_common_pvt.g_user_ident := puser_id;

1460: return_status := 0;
1461:
1462: gme_common_pvt.set_timestamp ;
1463: gme_common_pvt.g_timestamp := sysdate ;
1464: gme_common_pvt.g_user_ident := puser_id;
1465: gme_common_pvt.g_login_id := plogin_id;
1466: v_batch_id := pbatch_id;
1467: v_organization_id := porganization_id ; -- For R12.0
1468: v_rsrc_usage := prsrc_usage;

Line 1465: gme_common_pvt.g_login_id := plogin_id;

1461:
1462: gme_common_pvt.set_timestamp ;
1463: gme_common_pvt.g_timestamp := sysdate ;
1464: gme_common_pvt.g_user_ident := puser_id;
1465: gme_common_pvt.g_login_id := plogin_id;
1466: v_batch_id := pbatch_id;
1467: v_organization_id := porganization_id ; -- For R12.0
1468: v_rsrc_usage := prsrc_usage;
1469: v_assigned_unit := passigned_unit;

Line 1717: gme_common_pvt.set_timestamp ;

1713: v_in_trans_row.instance_id := prsrc_inst_id; -- For R12.0
1714: v_in_trans_row.delete_mark := 0;
1715: v_in_trans_row.sequence_dependent_ind := pseq_dep_ind ; -- For R12.0
1716: v_in_trans_row.overrided_protected_ind := 'N';
1717: gme_common_pvt.set_timestamp ;
1718: gme_common_pvt.g_timestamp := sysdate ;
1719: gme_common_pvt.g_user_ident := puser_id;
1720: gme_common_pvt.g_login_id := plogin_id;
1721:

Line 1718: gme_common_pvt.g_timestamp := sysdate ;

1714: v_in_trans_row.delete_mark := 0;
1715: v_in_trans_row.sequence_dependent_ind := pseq_dep_ind ; -- For R12.0
1716: v_in_trans_row.overrided_protected_ind := 'N';
1717: gme_common_pvt.set_timestamp ;
1718: gme_common_pvt.g_timestamp := sysdate ;
1719: gme_common_pvt.g_user_ident := puser_id;
1720: gme_common_pvt.g_login_id := plogin_id;
1721:
1722: -- This is not going to change For R12.0

Line 1719: gme_common_pvt.g_user_ident := puser_id;

1715: v_in_trans_row.sequence_dependent_ind := pseq_dep_ind ; -- For R12.0
1716: v_in_trans_row.overrided_protected_ind := 'N';
1717: gme_common_pvt.set_timestamp ;
1718: gme_common_pvt.g_timestamp := sysdate ;
1719: gme_common_pvt.g_user_ident := puser_id;
1720: gme_common_pvt.g_login_id := plogin_id;
1721:
1722: -- This is not going to change For R12.0
1723: IF NOT gme_resource_txns_dbl.insert_row

Line 1720: gme_common_pvt.g_login_id := plogin_id;

1716: v_in_trans_row.overrided_protected_ind := 'N';
1717: gme_common_pvt.set_timestamp ;
1718: gme_common_pvt.g_timestamp := sysdate ;
1719: gme_common_pvt.g_user_ident := puser_id;
1720: gme_common_pvt.g_login_id := plogin_id;
1721:
1722: -- This is not going to change For R12.0
1723: IF NOT gme_resource_txns_dbl.insert_row
1724: (v_in_trans_row, v_trans_row) THEN