DBA Data[Home] [Help]

APPS.GMP_APS_WRITER dependencies on GME_COMMON_PVT

Line 1384: gme_common_pvt.set_timestamp ;

1380: l := 1;
1381: tran_status := -1 ;
1382: return_status := 0;
1383:
1384: gme_common_pvt.set_timestamp ;
1385: gme_common_pvt.g_timestamp := sysdate ;
1386: gme_common_pvt.g_user_ident := puser_id;
1387: gme_common_pvt.g_login_id := plogin_id;
1388: v_batch_id := pbatch_id;

Line 1385: gme_common_pvt.g_timestamp := sysdate ;

1381: tran_status := -1 ;
1382: return_status := 0;
1383:
1384: gme_common_pvt.set_timestamp ;
1385: gme_common_pvt.g_timestamp := sysdate ;
1386: gme_common_pvt.g_user_ident := puser_id;
1387: gme_common_pvt.g_login_id := plogin_id;
1388: v_batch_id := pbatch_id;
1389: v_organization_id := porganization_id ; -- For R12.0

Line 1386: gme_common_pvt.g_user_ident := puser_id;

1382: return_status := 0;
1383:
1384: gme_common_pvt.set_timestamp ;
1385: gme_common_pvt.g_timestamp := sysdate ;
1386: gme_common_pvt.g_user_ident := puser_id;
1387: gme_common_pvt.g_login_id := plogin_id;
1388: v_batch_id := pbatch_id;
1389: v_organization_id := porganization_id ; -- For R12.0
1390: v_rsrc_usage := prsrc_usage;

Line 1387: gme_common_pvt.g_login_id := plogin_id;

1383:
1384: gme_common_pvt.set_timestamp ;
1385: gme_common_pvt.g_timestamp := sysdate ;
1386: gme_common_pvt.g_user_ident := puser_id;
1387: gme_common_pvt.g_login_id := plogin_id;
1388: v_batch_id := pbatch_id;
1389: v_organization_id := porganization_id ; -- For R12.0
1390: v_rsrc_usage := prsrc_usage;
1391: v_assigned_unit := passigned_unit;

Line 1612: gme_common_pvt.set_timestamp ;

1608: v_in_trans_row.instance_id := prsrc_inst_id; -- For R12.0
1609: v_in_trans_row.delete_mark := 0;
1610: v_in_trans_row.sequence_dependent_ind := pseq_dep_ind ; -- For R12.0
1611: v_in_trans_row.overrided_protected_ind := 'N';
1612: gme_common_pvt.set_timestamp ;
1613: gme_common_pvt.g_timestamp := sysdate ;
1614: gme_common_pvt.g_user_ident := puser_id;
1615: gme_common_pvt.g_login_id := plogin_id;
1616:

Line 1613: gme_common_pvt.g_timestamp := sysdate ;

1609: v_in_trans_row.delete_mark := 0;
1610: v_in_trans_row.sequence_dependent_ind := pseq_dep_ind ; -- For R12.0
1611: v_in_trans_row.overrided_protected_ind := 'N';
1612: gme_common_pvt.set_timestamp ;
1613: gme_common_pvt.g_timestamp := sysdate ;
1614: gme_common_pvt.g_user_ident := puser_id;
1615: gme_common_pvt.g_login_id := plogin_id;
1616:
1617: -- This is not going to change For R12.0

Line 1614: gme_common_pvt.g_user_ident := puser_id;

1610: v_in_trans_row.sequence_dependent_ind := pseq_dep_ind ; -- For R12.0
1611: v_in_trans_row.overrided_protected_ind := 'N';
1612: gme_common_pvt.set_timestamp ;
1613: gme_common_pvt.g_timestamp := sysdate ;
1614: gme_common_pvt.g_user_ident := puser_id;
1615: gme_common_pvt.g_login_id := plogin_id;
1616:
1617: -- This is not going to change For R12.0
1618: IF NOT gme_resource_txns_dbl.insert_row

Line 1615: gme_common_pvt.g_login_id := plogin_id;

1611: v_in_trans_row.overrided_protected_ind := 'N';
1612: gme_common_pvt.set_timestamp ;
1613: gme_common_pvt.g_timestamp := sysdate ;
1614: gme_common_pvt.g_user_ident := puser_id;
1615: gme_common_pvt.g_login_id := plogin_id;
1616:
1617: -- This is not going to change For R12.0
1618: IF NOT gme_resource_txns_dbl.insert_row
1619: (v_in_trans_row, v_trans_row) THEN