DBA Data[Home] [Help]

APPS.INV_3PL_BILLING_UNITS_PVT dependencies on INV_3PL_BILLING_PUB

Line 157: l_billing_source_rec INV_3PL_BILLING_PUB.source_rec_type;

153: l_space_seeded_src_used VARCHAR2(1) := 'N';
154: x_msg_count NUMBER;
155: x_msg_data VARCHAR2(4000);
156: l_counter_item_id okc_k_items.object1_id1%TYPE;
157: l_billing_source_rec INV_3PL_BILLING_PUB.source_rec_type;
158:
159: ERROR_IN_PROGRAM EXCEPTION;
160: l_start_date DATE;
161: l_profile_creation_date DATE:= NULL;

Line 729: IF INV_3PL_BILLING_PUB.set_billing_source_rec(l_billing_source_rec) THEN

725: l_billing_source_rec.service_line_start_date := v_service_line_start_date;
726: l_billing_source_rec.source_to_date := l_src_to_date;
727:
728: /* populating global structure */
729: IF INV_3PL_BILLING_PUB.set_billing_source_rec(l_billing_source_rec) THEN
730: l_progress := 40;
731: IF g_debug = 1 THEN
732: debug(l_progress ||' : Came back to Calculate Billing Units - Global structure returned true');
733: END IF;