DBA Data[Home] [Help]

APPS.OZF_SD_UTIL_PVT dependencies on OZF_SD_BATCH_FEED_PVT

Line 976: OZF_SD_BATCH_FEED_PVT.process_claim(p_batch_header_id,

972: l_create_claim := fnd_api.g_true;
973:
974: FND_FILE.PUT_LINE(FND_FILE.LOG, '- All the lines are approved and processing the claim');
975:
976: OZF_SD_BATCH_FEED_PVT.process_claim(p_batch_header_id,
977: x_return_status,
978: x_msg_data,l_claim_id);
979:
980: FND_FILE.PUT_LINE(FND_FILE.LOG, ' - Status of claim API call '||x_return_status);

Line 1045: OZF_SD_BATCH_FEED_PVT.PROCESS_CHILD_BATCH(p_batch_header_id,x_return_status,x_msg_data) ;

1041:
1042: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Few lines are approved - Calling create child batch');
1043:
1044:
1045: OZF_SD_BATCH_FEED_PVT.PROCESS_CHILD_BATCH(p_batch_header_id,x_return_status,x_msg_data) ;
1046:
1047: FND_FILE.PUT_LINE(FND_FILE.LOG, ' Process child batch returned status '||x_return_status);
1048: End if;
1049: