DBA Data[Home] [Help]

APPS.PJM_MASS_TRANSFER_PUB dependencies on PJM_DEBUG

Line 91: PJM_DEBUG.Debug( 'CREATE_TRANSFER_TRANSACTION'

87: -- Standard Start of API savepoint
88: --
89: SAVEPOINT create_txfr_txn;
90:
91: PJM_DEBUG.Debug( 'CREATE_TRANSFER_TRANSACTION'
92: , G_MODULE , FND_LOG.LEVEL_PROCEDURE );
93:
94: X_Return_Status := FND_API.G_RET_STS_SUCCESS;
95:

Line 117: PJM_DEBUG.Debug(

113: FROM mtl_system_items
114: WHERE organization_id = P_Organization_ID
115: AND inventory_item_id = P_Item_ID;
116:
117: PJM_DEBUG.Debug(
118: 'txn_xface_id => ' || txn_xface_id ||
119: ', lot_control => ' || lot_control ||
120: ', serial_control => ' || serial_control);
121:

Line 127: PJM_DEBUG.Debug('Creating Transaction Header');

123: -- Creating main transaction entry
124: --
125: progress := 20;
126:
127: PJM_DEBUG.Debug('Creating Transaction Header');
128:
129: INSERT INTO mtl_transactions_interface
130: ( transaction_header_id
131: , transaction_interface_id

Line 247: PJM_DEBUG.Debug('Creating Transaction Lot Information');

243: END IF;
244:
245: progress := 35;
246:
247: PJM_DEBUG.Debug('Creating Transaction Lot Information');
248:
249: INSERT INTO mtl_transaction_lots_interface
250: ( transaction_interface_id
251: , serial_transaction_temp_id

Line 295: PJM_DEBUG.Debug('Creating Transaction Serial Information');

291: IF ( ser_txn_id IS NULL ) THEN
292: ser_txn_id := txn_xface_id;
293: END IF;
294:
295: PJM_DEBUG.Debug('Creating Transaction Serial Information');
296:
297: INSERT INTO mtl_serial_numbers_interface
298: ( transaction_interface_id
299: , source_code

Line 342: PJM_DEBUG.Debug( 'CREATE_TRANSFER_TRANSACTION completed'

338: END IF;
339: */
340: END IF;
341:
342: PJM_DEBUG.Debug( 'CREATE_TRANSFER_TRANSACTION completed'
343: , G_MODULE , FND_LOG.LEVEL_PROCEDURE );
344:
345: EXCEPTION
346: WHEN FND_API.G_EXC_ERROR THEN

Line 420: PJM_DEBUG.Debug(

416: -- Standard Start of API savepoint
417: --
418: SAVEPOINT pjm_mass_transfer;
419:
420: PJM_DEBUG.Debug(
421: l_api_name ||
422: '( process_mode => ' || P_Process_Mode ||
423: ', transfer_mode => ' || P_Transfer_Mode ||
424: ', txn_header_id => ' || P_Txn_Header_ID ||

Line 468: PJM_DEBUG.Debug('acct_period => ' || acct_period);

464: -- if not already done
465: --
466: IF ( P_Acct_Period_ID IS NULL ) THEN
467: acct_period := Get_Acct_Period(P_Organization_ID , P_Txn_Date);
468: PJM_DEBUG.Debug('acct_period => ' || acct_period);
469: ELSE
470: acct_period := P_Acct_Period_ID;
471: END IF;
472:

Line 491: PJM_DEBUG.Debug('txn_header_id => ' || txn_header_id);

487: -- Get Transaction Header ID if not already done
488: --
489: IF ( P_Txn_Header_ID IS NULL ) THEN
490: txn_header_id := Get_Txn_Header;
491: PJM_DEBUG.Debug('txn_header_id => ' || txn_header_id);
492: ELSE
493: txn_header_id := P_Txn_Header_ID;
494: END IF;
495:

Line 498: PJM_DEBUG.Debug('Loop for item...');

494: END IF;
495:
496: X_Txn_Count := 0;
497:
498: PJM_DEBUG.Debug('Loop for item...');
499:
500: IF ( P_Transfer_Mode = G_TXFR_MODE_ALL_ITEMS ) THEN
501:
502: OPEN c FOR

Line 541: PJM_DEBUG.Debug('item_id => ' || item_id);

537: LOOP
538: FETCH c INTO item_id;
539: EXIT WHEN c%notfound;
540:
541: PJM_DEBUG.Debug('item_id => ' || item_id);
542:
543: Item_Transfer
544: ( P_api_version => P_api_version
545: , P_init_msg_list => FND_API.G_FALSE

Line 591: PJM_DEBUG.Debug( l_api_name || ' completed'

587: --
588: FND_MSG_PUB.Count_And_Get( p_count => X_Msg_Count
589: , p_data => X_Msg_Data );
590:
591: PJM_DEBUG.Debug( l_api_name || ' completed'
592: , G_MODULE , FND_LOG.LEVEL_PROCEDURE );
593:
594: EXCEPTION
595: WHEN FND_API.G_EXC_ERROR THEN

Line 683: PJM_DEBUG.Debug(

679: -- Standard Start of API savepoint
680: --
681: SAVEPOINT pjm_mass_transfer_item;
682:
683: PJM_DEBUG.Debug(
684: l_api_name ||
685: '( process_mode => ' || P_Process_Mode ||
686: ', txn_header_id => ' || P_Txn_Header_ID ||
687: ', organization_id => ' || P_Organization_ID ||

Line 728: PJM_DEBUG.Debug('acct_period => ' || acct_period);

724: -- if not already done
725: --
726: IF ( P_Acct_Period_ID IS NULL ) THEN
727: acct_period := Get_Acct_Period(P_Organization_ID , P_Txn_Date);
728: PJM_DEBUG.Debug('acct_period => ' || acct_period);
729: ELSE
730: acct_period := P_Acct_Period_ID;
731: END IF;
732:

Line 751: PJM_DEBUG.Debug('txn_header_id => ' || txn_header_id);

747: -- Get Transaction Header ID if not already done
748: --
749: IF ( P_Txn_Header_ID IS NULL ) THEN
750: txn_header_id := Get_Txn_Header;
751: PJM_DEBUG.Debug('txn_header_id => ' || txn_header_id);
752: ELSE
753: txn_header_id := P_Txn_Header_ID;
754: END IF;
755:

Line 761: PJM_DEBUG.Debug('Loop for onhand...');

757:
758: --
759: -- Loop through all onhand quantity record for the item
760: --
761: PJM_DEBUG.Debug('Loop for onhand...');
762:
763: FOR ohrec IN onhand LOOP
764: --
765: -- Derive the destination locator based on current locator

Line 776: PJM_DEBUG.Debug(

772: , P_Task_ID => P_To_Task_ID
773: , P_Project_Locator_ID => txfr_locator_id
774: );
775:
776: PJM_DEBUG.Debug(
777: 'subinventory => ' || ohrec.subinventory_code ||
778: ', locator_id => ' || ohrec.locator_id ||
779: ', txfr_locator_id => ' || txfr_locator_id);
780:

Line 833: PJM_DEBUG.Debug( l_api_name || ' completed'

829: --
830: FND_MSG_PUB.Count_And_Get( p_count => X_Msg_Count
831: , p_data => X_Msg_Data );
832:
833: PJM_DEBUG.Debug( l_api_name || ' completed'
834: , G_MODULE , FND_LOG.LEVEL_PROCEDURE );
835:
836: EXCEPTION
837: WHEN FND_API.G_EXC_ERROR THEN

Line 930: PJM_DEBUG.Debug( 'Transfer_ID => ' || P_Transfer_ID

926: -- Standard Start of API savepoint
927: --
928: SAVEPOINT pjm_mass_transfer_item;
929:
930: PJM_DEBUG.Debug( 'Transfer_ID => ' || P_Transfer_ID
931: , G_MODULE , FND_LOG.LEVEL_EVENT );
932:
933: --
934: -- Check API incompatibility

Line 1096: PJM_DEBUG.Debug( l_api_name || ' completed'

1092: --
1093: FND_MSG_PUB.Count_And_Get( p_count => X_Msg_Count
1094: , p_data => X_Msg_Data );
1095:
1096: PJM_DEBUG.Debug( l_api_name || ' completed'
1097: , G_MODULE , FND_LOG.LEVEL_EVENT );
1098:
1099: EXCEPTION
1100: WHEN FND_API.G_EXC_ERROR THEN