DBA Data[Home] [Help]

APPS.ARP_PROCESS_LINE dependencies on ARP_GLOBAL

Line 554: | arp_global.set_of_books_id. |

550: | 24-JUL-95 Charlie Tomberg Created |
551: | 31-JAN-96 Martin Johnson Added call to |
552: | arp_dates.val_gl_periods_for_rules. |
553: | Changed l_line_rec.set_of_books_id to |
554: | arp_global.set_of_books_id. |
555: | 06-FEB-96 Martin Johnson Don't call val_gl_periods_for_rules |
556: | for CM's because CM module will |
557: | derive the correct values later |
558: | |

Line 585: arp_global.set_of_books_id );

581: null, -- p_request_id
582: p_line_rec.accounting_rule_id,
583: p_line_rec.accounting_rule_duration,
584: p_line_rec.rule_start_date,
585: arp_global.set_of_books_id );
586: END IF;
587:
588: arp_util.debug('arp_process_line.val_insert_line()-');
589:

Line 629: | arp_global.set_of_books_id. |

625: | |
626: | MODIFICATION HISTORY |
627: | 24-JUL-95 Charlie Tomberg Created |
628: | 31-JAN-96 Martin Johnson Changed l_line_rec.set_of_books_id to |
629: | arp_global.set_of_books_id. |
630: | 06-FEB-96 Martin Johnson Don't call val_gl_periods_for_rules |
631: | for CM's because CM module will |
632: | derive the correct values later |
633: | |

Line 686: arp_global.set_of_books_id );

682: null, -- p_request_id
683: l_line_rec.accounting_rule_id,
684: l_line_rec.accounting_rule_duration,
685: l_line_rec.rule_start_date,
686: arp_global.set_of_books_id );
687: END IF;
688:
689: arp_util.debug('arp_process_line.val_update_line()-');
690:

Line 1098: -- arp_global.msg_level := 99;

1094: +--------------------------------------------*/
1095:
1096: BEGIN
1097:
1098: -- arp_global.msg_level := 99;
1099:
1100: arp_util.debug(
1101: 'arp_process_line.insert_line before credit_transactions');
1102: